home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / sellem12.zip / TEST.BAT < prev    next >
DOS Batch File  |  1992-07-08  |  1KB  |  16 lines

  1. @echo off
  2. SELL'EM -MH1
  3. if errorlevel 110 if not errorlevel 111 echo ERRORLEVEL 110 - ERROR Exit: Cannot find or read SELL'EM.DBM (Database Menu file).
  4. if errorlevel 100 if not errorlevel 101 echo ERRORLEVEL 100 - ERROR Exit: Cannot find or open BBS file (DOOR.SYS, etc.).
  5. if errorlevel  40 if not errorlevel  41 echo ERRORLEVEL  40 - ERROR Exit: Memory allocation error: out of "HEAP".
  6. if errorlevel  30 if not errorlevel  31 echo ERRORLEVEL  30 - ERROR Exit: Command line error.
  7. if errorlevel  27 if not errorlevel  28 echo ERRORLEVEL  27 - ERROR Exit: Incomming character DATA OVERRUN.
  8. if errorlevel  26 if not errorlevel  27 echo ERRORLEVEL  26 - ERROR Exit: Incomming character PARITY error.
  9. if errorlevel  25 if not errorlevel  26 echo ERRORLEVEL  25 - ERROR Exit: Incomming character FRAMING error.
  10. if errorlevel  20 if not errorlevel  21 echo ERRORLEVEL  20 - ERROR Exit: Carrier lost.
  11. if errorlevel  15 if not errorlevel  16 echo ERRORLEVEL  15 - ERROR Exit: Keyboard time out.
  12. if errorlevel  10 if not errorlevel  11 echo ERRORLEVEL  10 - Compress function performed successfully.
  13. if errorlevel   5 if not errorlevel   6 echo ERRORLEVEL   5 - Normal exit, user BREAK.
  14. if errorlevel   0 if not errorlevel   1 echo ERRORLEVEL   0 - Normal exit.
  15. pause
  16.